home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / strcomp.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.4 KB  |  76 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : String Comparison
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : sommar@enea.se.UUCP
  6. -- AUTHOR            : Erland Sommarskog
  7. --                   : ENEA Data, Stockholm
  8. -- COPYRIGHT         : 
  9. -- DATE CREATED      : 2 Nov 87 
  10. -- DATE RELEASED     : 2 Nov 87
  11. -- DATE LAST UPDATED : 2 Nov 87
  12. -- LOCATION          : ASR
  13. -- ENVIRONMENT       : 
  14. --= CLASSIFICATION       ===============================================--
  15. -- CATEGORY LEVEL 1  : COMPONENTS
  16. -- CATEGORY LEVEL 2  : String Comparison
  17. -- CATEGORY LEVEL 3  : 
  18. -- CATEGORY LEVEL 4  : 
  19. -- KEYWORD           : String Comparison
  20. -- INDEX             : Comparison, String
  21. -- TAXONOMY          : 
  22. -- DEPENDENCIES      : 
  23. -- SEE ALSO          : 
  24. --= FILE LISTING         ===============================================--
  25. -- FILE SPECS        : PD2:<ADA.COMPONENTS>STRCOMP.*
  26. -- DIRECTORY DISPLAY : 
  27. -- Directory   PD2:<ADA.COMPONENTS>
  28. --      File Name     Byte Count  Line Count
  29. --   ---------------  ----------  ----------
  30. --   STRCOMP.DOC            7270         165
  31. --   STRCOMP.PRO            2656          67
  32. --   STRCOMP.SRC           45586        1072
  33. --   ===============  ==========  ==========
  34. --     3 Files             55512        1304
  35. --= ABSTRACT             ===============================================--
  36. -- Article 219 of comp.sources.misc:
  37. -- 
  38. --     This posting contains a package for string-comparisons in a
  39. -- fairly sophisticated way where regard to accents, non-letters and case
  40. -- is only taken if necessary.
  41. --     The user defines how each character should be sorted, whether
  42. -- if it is a letter, and whether it is a variant of another letter. See
  43. -- READ.ME [STRCOMP.DOC] for complete description.
  44. --     The purpose is not to provide a facility, though, rather to
  45. -- demonstrate the idea. The code is in Ada.
  46. --     Comments and questions are welcome to:
  47. -- 
  48. --         Erland Sommarskog
  49. --         ENEA Data, Stockholm
  50. --         sommar@enea
  51. -- 
  52. --= REVISION HISTORY     ===============================================--
  53. -- DATE         VERSION    AUTHOR                  HISTORY
  54. -- 2 Nov 87       1.0   Erland Sommarskog       Initial Release
  55. --= RELEASE NOTICE       ===============================================--
  56. -- This prologue must be included in all copies of this software.
  57. -- 
  58. -- This software is copyright by the author.
  59. -- 
  60. -- This software is released to the Ada community.
  61. -- This software is released to the Public Domain (note:
  62. --   software released to the Public Domain is not subject
  63. --   to copyright protection).
  64. -- Restrictions on use or distribution:  NONE
  65. --= DISCLAIMER           ===============================================--
  66. --     This software and its documentation are provided "AS IS" and
  67. -- without any expressed or implied warranties whatsoever.  No warranties
  68. -- as to performance, merchantability, or fitness for a particular
  69. -- purpose exist.
  70. --     The user is advised to test the software thoroughly before
  71. -- relying on it.  The user must assume the entire risk and liability of
  72. -- using this software.  In no event shall any person or organization of
  73. -- people be held responsible for any direct, indirect, consequential or
  74. -- inconsequential damages or lost profits.
  75. --======================================================================--
  76.